﻿.loading-overlay {
    display: none;
    background: rgba(26, 26, 26, 0.21);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
}

.loading-overlay-image-container {
    display: none;
    position: fixed;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading-overlay-img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 56px;
        left: 56px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 92px;
        height: 92px;
        opacity: 0;
    }
}


.ps-edit {
    cursor: pointer;
}

.btn-red:disabled {
    background-color: #6c757d;
    opacity: .65;
}

/*Slide show Section*/
.modal-zoom .imgcontainer {
    border: 0 !important;
}

.imgthumbs {
    margin-top: 6px;
    text-align: center;
    display: inline-block;
    /* height: 52px; */
    height: 55px;
    width: 100%;
    padding-left: 5px;
    border: 1px solid #999;
    border-bottom: 5px solid #999;
    /* padding: 15px 30px; */
    background-color: whitesmoke;
}

.imgthumbs .column {
    /*  width: 44px; */
    width: 75px;
    display: inline-flex;
}

.imgthumbs .column .thumb {
    opacity: 0.6;
    cursor: pointer;
    max-height: 50px;
}

.active,
.imgthumbs .column.thumb:hover {
    opacity: 1;
}

.imgthumbs .column .cursor {
    cursor: pointer;
}

.imgSlides {
    display: none;
    text-align: center;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.numbertext {
    color: #b9a8a8;
    font-size: 22px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

/*
img {
    margin-bottom: -4px;
}


*/

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.opn-min-height {
    min-height: 80px;
    padding-top: 22px;
    padding-bottom: 22px;
}

#add-more {
    float: right;
    font-size: .9rem;
    padding-top: 3px;
    cursor: pointer;

}

#add-more span {
    margin-right: 3px;
    display: inline-block;
}

#add-more img {
    margin-bottom: 5px;
}


.tbl-hdr {
    background: #666;
    color: #fff
}

.bg-gray {
    background-color: rgba(0, 0, 0, 0.19);
}

.modelon-wrap .modelon-title {
    /*
    background: rgb(164,162,161);
    background: linear-gradient(90deg, rgba(64,64,64,1) 59%, rgba(84,55,53,1) 81%);
    background: radial-gradient(circle, rgba(119,57,53,1) 2%, rgba(102,102,102,1) 54%, rgba(73,73,73,1) 88%);
   */
}
